-- card: 170933 from stack: in.05 -- bmap block id: 269197 -- flags: 0000 -- background id: 13313 -- name: ----- HyperTalk script ----- on arrowKey direction if direction is "left" then go previous card else go next card end arrowKey -- part 3 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=440 top=44 right=75 bottom=471 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prev card ----- HyperTalk script ----- on mouseUp go previous card of this background end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=472 top=44 right=75 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next card ----- HyperTalk script ----- on mouseUp go next card of this background end mouseUp